home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
g__~1
/
tests09.zoo
/
tests
/
test.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-22
|
325 b
|
10 lines
for i in tfile tobstack tstring tinteger trationa \
tcomplex tbitset tbitstri trandom tfix tfix16 tfix24 tgetopt ; do
case $i in
test0) echo "Must run test0 from tty";;
tcurses) echo "Must run tCurses from tty" ;;
tgetopt) echo $i; ./$i -abc -de10 -2000 -h3i ;;
*) echo $i; ./$i < $i.inp;;
esac
done